Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeGatewayInformationResponse
-
Packages that use DescribeGatewayInformationResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DescribeGatewayInformationResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DescribeGatewayInformationResponse Modifier and Type Method Description default DescribeGatewayInformationResponseStorageGatewayClient. describeGatewayInformation(Consumer<DescribeGatewayInformationRequest.Builder> describeGatewayInformationRequest)Returns metadata about a gateway such as its name, network interfaces, time zone, status, and software version.default DescribeGatewayInformationResponseStorageGatewayClient. describeGatewayInformation(DescribeGatewayInformationRequest describeGatewayInformationRequest)Returns metadata about a gateway such as its name, network interfaces, time zone, status, and software version.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DescribeGatewayInformationResponse Modifier and Type Method Description default CompletableFuture<DescribeGatewayInformationResponse>StorageGatewayAsyncClient. describeGatewayInformation(Consumer<DescribeGatewayInformationRequest.Builder> describeGatewayInformationRequest)Returns metadata about a gateway such as its name, network interfaces, time zone, status, and software version.default CompletableFuture<DescribeGatewayInformationResponse>StorageGatewayAsyncClient. describeGatewayInformation(DescribeGatewayInformationRequest describeGatewayInformationRequest)Returns metadata about a gateway such as its name, network interfaces, time zone, status, and software version.
-