Class LicenseManagerResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptGrantResponse,CheckInLicenseResponse,CheckoutBorrowLicenseResponse,CheckoutLicenseResponse,CreateGrantResponse,CreateGrantVersionResponse,CreateLicenseConfigurationResponse,CreateLicenseConversionTaskForResourceResponse,CreateLicenseManagerReportGeneratorResponse,CreateLicenseResponse,CreateLicenseVersionResponse,CreateTokenResponse,DeleteGrantResponse,DeleteLicenseConfigurationResponse,DeleteLicenseManagerReportGeneratorResponse,DeleteLicenseResponse,DeleteTokenResponse,ExtendLicenseConsumptionResponse,GetAccessTokenResponse,GetGrantResponse,GetLicenseConfigurationResponse,GetLicenseConversionTaskResponse,GetLicenseManagerReportGeneratorResponse,GetLicenseResponse,GetLicenseUsageResponse,GetServiceSettingsResponse,ListAssociationsForLicenseConfigurationResponse,ListDistributedGrantsResponse,ListFailuresForLicenseConfigurationOperationsResponse,ListLicenseConfigurationsResponse,ListLicenseConversionTasksResponse,ListLicenseManagerReportGeneratorsResponse,ListLicenseSpecificationsForResourceResponse,ListLicensesResponse,ListLicenseVersionsResponse,ListReceivedGrantsForOrganizationResponse,ListReceivedGrantsResponse,ListReceivedLicensesForOrganizationResponse,ListReceivedLicensesResponse,ListResourceInventoryResponse,ListTagsForResourceResponse,ListTokensResponse,ListUsageForLicenseConfigurationResponse,RejectGrantResponse,TagResourceResponse,UntagResourceResponse,UpdateLicenseConfigurationResponse,UpdateLicenseManagerReportGeneratorResponse,UpdateLicenseSpecificationsForResourceResponse,UpdateServiceSettingsResponse
@Generated("software.amazon.awssdk:codegen") public abstract class LicenseManagerResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLicenseManagerResponse.Builderprotected static classLicenseManagerResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedLicenseManagerResponse(LicenseManagerResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseManagerResponseMetadataresponseMetadata()-
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
-
LicenseManagerResponse
protected LicenseManagerResponse(LicenseManagerResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public LicenseManagerResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-