Class StorageGatewayResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
ActivateGatewayResponse,AddCacheResponse,AddTagsToResourceResponse,AddUploadBufferResponse,AddWorkingStorageResponse,AssignTapePoolResponse,AssociateFileSystemResponse,AttachVolumeResponse,CancelArchivalResponse,CancelRetrievalResponse,CreateCachediScsiVolumeResponse,CreateNfsFileShareResponse,CreateSmbFileShareResponse,CreateSnapshotFromVolumeRecoveryPointResponse,CreateSnapshotResponse,CreateStorediScsiVolumeResponse,CreateTapePoolResponse,CreateTapesResponse,CreateTapeWithBarcodeResponse,DeleteAutomaticTapeCreationPolicyResponse,DeleteBandwidthRateLimitResponse,DeleteChapCredentialsResponse,DeleteFileShareResponse,DeleteGatewayResponse,DeleteSnapshotScheduleResponse,DeleteTapeArchiveResponse,DeleteTapePoolResponse,DeleteTapeResponse,DeleteVolumeResponse,DescribeAvailabilityMonitorTestResponse,DescribeBandwidthRateLimitResponse,DescribeBandwidthRateLimitScheduleResponse,DescribeCachediScsiVolumesResponse,DescribeCacheResponse,DescribeChapCredentialsResponse,DescribeFileSystemAssociationsResponse,DescribeGatewayInformationResponse,DescribeMaintenanceStartTimeResponse,DescribeNfsFileSharesResponse,DescribeSmbFileSharesResponse,DescribeSmbSettingsResponse,DescribeSnapshotScheduleResponse,DescribeStorediScsiVolumesResponse,DescribeTapeArchivesResponse,DescribeTapeRecoveryPointsResponse,DescribeTapesResponse,DescribeUploadBufferResponse,DescribeVtlDevicesResponse,DescribeWorkingStorageResponse,DetachVolumeResponse,DisableGatewayResponse,DisassociateFileSystemResponse,JoinDomainResponse,ListAutomaticTapeCreationPoliciesResponse,ListFileSharesResponse,ListFileSystemAssociationsResponse,ListGatewaysResponse,ListLocalDisksResponse,ListTagsForResourceResponse,ListTapePoolsResponse,ListTapesResponse,ListVolumeInitiatorsResponse,ListVolumeRecoveryPointsResponse,ListVolumesResponse,NotifyWhenUploadedResponse,RefreshCacheResponse,RemoveTagsFromResourceResponse,ResetCacheResponse,RetrieveTapeArchiveResponse,RetrieveTapeRecoveryPointResponse,SetLocalConsolePasswordResponse,SetSmbGuestPasswordResponse,ShutdownGatewayResponse,StartAvailabilityMonitorTestResponse,StartGatewayResponse,UpdateAutomaticTapeCreationPolicyResponse,UpdateBandwidthRateLimitResponse,UpdateBandwidthRateLimitScheduleResponse,UpdateChapCredentialsResponse,UpdateFileSystemAssociationResponse,UpdateGatewayInformationResponse,UpdateGatewaySoftwareNowResponse,UpdateMaintenanceStartTimeResponse,UpdateNfsFileShareResponse,UpdateSmbFileShareResponse,UpdateSmbFileShareVisibilityResponse,UpdateSmbLocalGroupsResponse,UpdateSmbSecurityStrategyResponse,UpdateSnapshotScheduleResponse,UpdateVtlDeviceTypeResponse
@Generated("software.amazon.awssdk:codegen") public abstract class StorageGatewayResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStorageGatewayResponse.Builderprotected static classStorageGatewayResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedStorageGatewayResponse(StorageGatewayResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageGatewayResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
StorageGatewayResponse
protected StorageGatewayResponse(StorageGatewayResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public StorageGatewayResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-