EC2 Auto Scaling API の詳細については、AWS CLI 「 コマンドリファレンス」のDescribeMetricCollectionTypes」を参照してください。 AWS SDK デベロッパーガイドとコード例の完全なリストについては、「」を参照してくださいan AWS SDK でこのサービスを使用する。このトピッ...
Get information about your IPAM pools.
Microsoft Defender for Containers extends its container threat detection and advanced defenses to your Amazon EKS Linux clusters. Microsoft Defender for Servers brings threat detection and advanced defenses to your Windows and Linux EC2 instances.Assess...
Microsoft Defender for Containers extends its container threat detection and advanced defenses to your Amazon EKS Linux clusters. Microsoft Defender for Servers brings threat detection and advanced defenses to your Windows and Linux EC2 instances.Assess...
importcom.amazonaws.services.ec2.model.DescribeVpcsResult;//导入依赖的package包/类publicVpccreateVPC()throwsInterruptedException{ logger.info("create VPC"); String vpcId = ec2.createVpc(newCreateVpcRequest().withCidrBlock("10.0.0.0/16")).getVpc().getVpcId();while(true) { ...
publicstaticvoidmain(String[]args){finalAmazonEC2ec2=AmazonEC2ClientBuilder.defaultClient();DescribeKeyPairsResultresponse=ec2.describeKeyPairs();for(KeyPairInfokey_pair:response.getKeyPairs()){System.out.printf("Found key pair with name %s "+"and fingerprint %s",key_pair.getKeyName(),key_pair...
com.amazonaws.services.ec2.model.DescribeAvailabilityZonesRequest. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the...
类名称:AmazonEC2Client 方法名:describeSpotInstanceRequests AmazonEC2Client.describeSpotInstanceRequests介绍 [英]Describes the Spot instance requests that belong to your account. Spot instances are instances that Amazon EC2 launches when the bid price that you specify exceeds the current Spot price. Amazo...
Microsoft Defender for Containers extends its container threat detection and advanced defenses to your Amazon EKS Linux clusters. Microsoft Defender for Servers brings threat detection and advanced defenses to your Windows and Linux EC2 instances. ...
开发者ID:FINRAOS,项目名称:herd,代码行数:26,代码来源:Ec2DaoImpl.java 示例2: testGetLatestSpotPricesAssertConstructsCorrectDescribeSpotPriceHistoryRequest importcom.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult;//导入依赖的package包/类@TestpublicvoidtestGetLatestSpotPricesAssertConstructsCorrect...