Uses of Class
software.amazon.awssdk.services.storagegateway.model.DescribeGatewayInformationRequest
-
Packages that use DescribeGatewayInformationRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of DescribeGatewayInformationRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type DescribeGatewayInformationRequest Modifier and Type Method Description default CompletableFuture<DescribeGatewayInformationResponse>StorageGatewayAsyncClient. describeGatewayInformation(DescribeGatewayInformationRequest 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. -
Uses of DescribeGatewayInformationRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type DescribeGatewayInformationRequest Modifier and Type Method Description SdkHttpFullRequestDescribeGatewayInformationRequestMarshaller. marshall(DescribeGatewayInformationRequest describeGatewayInformationRequest)
-