Class CloudFormationProvider
java.lang.Object
software.amazon.cloudformation.injection.AmazonWebServicesProvider
software.amazon.cloudformation.injection.CloudFormationProvider
public class CloudFormationProvider extends AmazonWebServicesProvider
-
Constructor Summary
Constructors Constructor Description CloudFormationProvider(CredentialsProvider credentialsProvider, software.amazon.awssdk.http.SdkHttpClient httpClient) -
Method Summary
Modifier and Type Method Description software.amazon.awssdk.services.cloudformation.CloudFormationClientget()voidsetCallbackEndpoint(java.net.URI callbackEndpoint)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CloudFormationProvider
public CloudFormationProvider(CredentialsProvider credentialsProvider, software.amazon.awssdk.http.SdkHttpClient httpClient)
-
-
Method Details
-
setCallbackEndpoint
public void setCallbackEndpoint(java.net.URI callbackEndpoint) -
get
public software.amazon.awssdk.services.cloudformation.CloudFormationClient get()
-