Uses of Class
software.amazon.awssdk.services.codecatalyst.model.GetSubscriptionResponse
-
Packages that use GetSubscriptionResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of GetSubscriptionResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return GetSubscriptionResponse Modifier and Type Method Description default GetSubscriptionResponseCodeCatalystClient. getSubscription(Consumer<GetSubscriptionRequest.Builder> getSubscriptionRequest)Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.default GetSubscriptionResponseCodeCatalystClient. getSubscription(GetSubscriptionRequest getSubscriptionRequest)Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type GetSubscriptionResponse Modifier and Type Method Description default CompletableFuture<GetSubscriptionResponse>CodeCatalystAsyncClient. getSubscription(Consumer<GetSubscriptionRequest.Builder> getSubscriptionRequest)Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.default CompletableFuture<GetSubscriptionResponse>CodeCatalystAsyncClient. getSubscription(GetSubscriptionRequest getSubscriptionRequest)Returns information about the Amazon Web Services account used for billing purposes and the billing plan for the space.
-